home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000035_news@columbia.edu_Fri Oct 6 14:09:48 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06300
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 6 Oct 1995 10:09:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12428
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 6 Oct 1995 10:09:54 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc,comp.unix.solaris
  8. Subject: Re: Real Fix for Kermit on Solaris?
  9. Date: 6 Oct 1995 14:09:48 GMT
  10. Organization: Columbia University
  11. Lines: 45
  12. Distribution: inet
  13. Message-Id: <453dbc$c49@apakabar.cc.columbia.edu>
  14. References: <Pine.SOL.3.91.951002143400.5139A-100000@toucan> <44ug0l$r41@apakabar.cc.columbia.edu> <DFzED8.MAz@ahwau.ahold.nl> <4510a5$f9c@sungy.Germany.Sun.COM>
  15. Nntp-Posting-Host: watsun.cc.columbia.edu
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:3765 comp.unix.solaris:59116
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. In article <4510a5$f9c@sungy.Germany.Sun.COM>,
  20. Casper H.S. Dik - Network Security Engineer <Casper.Dik@Holland.Sun.COM> wrote:
  21. : paul@ahwau.ahold.nl (Paul Slootman) writes:
  22. : >Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  23. : >>Bjorn Eng  <Bjorn.T.Eng@jpl.nasa.gov> wrote:
  24. : >>: I have built C-Kermit 5A(190) on a Sun Sparc-20 Solaris 2.4 machine. 
  25. : >>: It runs fine but if I use it for dial-out it messes up the port monitor 
  26. : >How does it mess it up? What are the symptoms?
  27. : The protmonitor listens for incoming calls.  For bidirectional ports,
  28. : the portmonitor will start failing to open the dial-in side of the port
  29. : when the dialout is started and will conclude that the port is broken
  30. : after a short period of time.
  31. : Bug id 1191317, this shoul dbe fixed with patch 101720-02 (2.3)
  32. : There seems to be no matching 2.4 patch.
  33. So you are saying there is a bug in Solaris 2.3 that causes the above
  34. symptom, and that when this patch is applied, the problem goes away?
  35. But that there is no way to fix it in Solaris 2.4?
  36.  
  37. Yet others are saying that this does not happen in tip or cu or whatever.
  38. So evidently there is a way to code around the problem, but we do not
  39. know what it is, because the sources for tip and cu are not open.
  40.  
  41. I do not have access to a Solaris system that has a dialout modem, so I
  42. will need some assistance with this one.  I'm perfectly willing to include
  43. any disgusting code that might be necessary to get this to work, even
  44. different code for each version and each patch level of Solaris, but I
  45. can't do it myself because I don't have a testbed available to me.
  46.  
  47. Remember, folks, UNIX is a fairly portable and standard development
  48. environment except in certain areas.  The most notorious trouble spot,
  49. from Kermit's point of view, is the handling of dialout devices:
  50. what are they called, what are the permissions on them, what directory are
  51. the lockfiles in, what are the permissions on that directory, what are the
  52. lockfiles called, what is in the lockfiles, what are the permissions on
  53. the lockfiles, and, worst of all, how to handle bidirectional lines.
  54. As far as I know, no two vendors do it the same way.  If you are having
  55. trouble in this area on your system, send me thorough and complete
  56. documentation of the programming interface and techniques specified by
  57. the vendor for doing this, and be prepared to test the results.
  58.  
  59. - Frank